Esx Settings Depots Umds Info

Esx Settings Depots Umds Info
Esx Settings Depots Umds Info

The Esx Settings Depots Umds Info schema defines the information regarding the UMDS Depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "description": "string",
    "enabled": false,
    "location": "string",
    "owner": "string"
}
string
description
Required

Description of the depot. It will be an empty string if no description was provided during create.

This property was added in vSphere API 7.0.0.0.

boolean
enabled
Required

Flag indicating whether or not this depot is enabled.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
location
Required

Location of the depot.

This property was added in vSphere API 7.0.0.0.

string
owner
Optional

Name of the user creating the depot.

This property was added in vSphere API 7.0.3.0.

This property is optional because it was added in a newer version than its parent node.